net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii
authorJanine Hagemann <[email protected]>
Tue, 28 Aug 2018 06:25:04 +0000 (08:25 +0200)
committerPhilipp Tomsich <[email protected]>
Thu, 4 Oct 2018 19:15:46 +0000 (21:15 +0200)
commit04acabd22c2473c7dd65c3a5f900cb80d9619cc0
tree8cc40766b5b55506b386e6f39fefeab9a3703ab5
parent7009eae89053ee84d1b522097cb99264357c39ff
net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii

We have to use RK3328_RXCLK_DLY_ENA_GMAC_ENABLE instead of
RK3328_RXCLK_DLY_ENA_GMAC_MASK in rk3328_gmac_set_to_rgmii()
to enable the RX delay.
The MASK was used in a wrong way.

Signed-off-by: Janine Hagemann <[email protected]>
Reviewed-by: Philipp Tomisch <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/gmac_rockchip.c